Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interpolate yields using SciPy #33

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Interpolate yields using SciPy #33

wants to merge 2 commits into from

Conversation

xuanxu
Copy link
Owner

@xuanxu xuanxu commented Sep 30, 2020

This PR updates the interpolation function in the Elements class to use SciPy's interp1d

@codecov
Copy link

codecov bot commented Sep 30, 2020

Codecov Report

Merging #33 into master will increase coverage by 0.26%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #33      +/-   ##
==========================================
+ Coverage   98.75%   99.02%   +0.26%     
==========================================
  Files          11       11              
  Lines         724      718       -6     
  Branches      103      101       -2     
==========================================
- Hits          715      711       -4     
+ Misses          5        4       -1     
+ Partials        4        3       -1     
Impacted Files Coverage Δ
src/intergalactic/elements.py 100.00% <100.00%> (ø)
src/intergalactic/dtds.py 100.00% <0.00%> (+4.76%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 06caa09...6c1ea4a. Read the comment docs.

Base automatically changed from master to main January 16, 2021 11:10
Copy link
Owner Author

@xuanxu xuanxu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs rebasing

@xuanxu xuanxu changed the title Interpolate yields using SciPy Interpolate yields using SciPy Jun 7, 2022
@xuanxu xuanxu changed the title Interpolate yields using SciPy Interpolate yields using SciPy Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant